.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}



/*头部*/
.kj-topnav {
    height: 31px;
    line-height: 31px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    color: #666666;
    background-color: #f6f6f6;
    transition: all 0.5s ease 0s;
}


.kj-topnav a {
    color: #666666;
    margin: 3px;
    text-decoration: none;
}

.kj-szet-toptext {
    color: #ea0606;
}

/*导航栏*/

.kj-bannerbox {
    height: 93px;
}

.kj-navbar-box {
    height:85px;
    background-color: white;
    border: none;
}

    .kj-navbar-box .navbar-nav > .active > a, .kj-navbar-box .navbar-nav > .active > a:focus, .kj-navbar-box .navbar-nav > .active > a:hover {
        background-color: #ffffff;
    }

        .kj-navbar-box .navbar-nav > .active > a:focus, .kj-navbar-box .navbar-nav > .active > a:hover {
            color: #3fbe72;
        }

    .kj-navbar-box .navbar-nav > li > a:focus, .kj-navbar-box .navbar-nav > li > a:hover {
        color: #3fbe72;
    }

.input-group .kj-form-control:first-child {
    border-right: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}


.input-group-btn:last-child > .kj-btn-default {
    border-left: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.kj-btn-default:focus,
.kj-btn-default:hover {
    color: #00aeef;
    background-color: #ffffff;
    border-color: #adadad;
}

.kj-btn-default {
    border-left: none;
}

.kj-form-control {
    font-size: 9px;
}


.kj-logo1 {
    padding-top: 25px;
}

.kj-navbar-searchbox {
    padding-left: 0px;
    padding-right: 0px;
}

.kj-szet-nav {
    margin-top: 28px;
}

.kj-navbar-box .navbar-collapse, .kj-navbar-box .navbar-form {
    border: none;
    background-color:white;
}
.kj_xlsddh {
    margin-top:0px;
    
}
.kj-szetinput-group{
    width:178px;
    padding-left:0px;
    padding-right:0px;
}
.kj-top-navbar-container{
    margin-top:0px;
}






.kj-searchbox {
    padding-top: 30px;
}


.kj-search-btn {
    border-color: #016da5;
    background-color: #016da5;
    color: #ffffff;
    border-radius: 0px;
    height: 38px;
}

.kj-index-search .kj-search-btn:focus {
    border-color: #016da5;
    background-color: #016da5;
    color: #ffffff;
}

.kj-search-btn:hover {
    border-color: #0a5ea7;
    background-color: #0a5ea7;
    color: #ffffff;
}


.kj-bannercontent {
    color: #0056a3;
    font-size: 28px;
    padding-top: 20px;
}

.kj-bannercontent2 {
    color: #666666;
    font-size: 13px;
}
.kj-nav-menulist  {
    font-size:16px;
}
    .kj-nav-menulist li a{
       padding-left:15px;
       padding-right:15px;
    }

.kj-nav-menulist li {
    position: relative;
}

    .kj-nav-menulist li li.dropdown:hover {
        background-color: #efefef;
    }

        .kj-nav-menulist li li.dropdown:hover > ul.dropdown-menu {
            display: block;
        }

    .kj-nav-menulist > .dropdown .dropdown-menu {
        top: 0px;
        left: 100%;
        background-color: #fff;
        padding: 0px;
    }

.kj-nav-menulist > .dropdown > .dropdown-menu {
    width: 150px;
    top: 115%;
    left: 0px;
}

.kj-nav-menulist > .dropdown .dropdown-menu > li {
    background-color: #fff;
    /*height: 40px;*/
}

.kj-nav-menulist > .dropdown > .dropdown-menu > li:last-child {
    border-bottom: none;
}

.kj-nav-menulist > .dropdown .dropdown-menu > li > a {
    /*display: block;*/
    font-weight: normal;
    line-height: 34px;
    color: #333;
    text-align: center;
}

    .kj-nav-menulist > .open .dropdown-menu > li > a:focus,
    .kj-nav-menulist > .open .dropdown-menu > li > a:hover {
        color: white;
        background-color: #3fbe72;
    }

.kj-nav .navbar-nav > .active > a, .kj-nav .navbar-nav > .active > a:focus, .kj-nav .navbar-nav > .active > a:hover {
    background-color: white;
}

.kj-nav .navbar-nav > .open > a, .kj-nav .navbar-nav > .open > a:focus, .kj-navs .navbar-nav > .open > a:hover {
    background-color: white;
}

.kj-nav .navbar-nav a ul li a {
    color: white;
}
.kj-nav .navbar-nav > .open > a, .kj-nav .navbar-nav > .open > a:hover, .kj-nav .navbar-nav > .open > a:focus {
    color: #3fbe72;
    background-color: transparent;
}
.kj-nav-menulist > li:hover:before {
    width: 75%;
}
.kj-nav-menulist > li:before {
    content: "";
    width: 0;
    height: 3px;
    background: #3fbe72;
    position: absolute;
    bottom: -8px;
    left: 11px;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.kj-logo {
    height: 60px;
}
/* banner */
.kj-index-banner-image {
    display: block;
    height: 507px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.kj-next {
    position: absolute;
    color: #ffffff;
    font-size: 50px;
    top: 40%;
    right: 0px;
    z-index:10;
}
.kj-prev {
    position: absolute;
    color: #ffffff;
    font-size: 50px;
    top: 40%;
    left: 0px;
    z-index: 10;
}
/*按钮栏*/
.kj-navbar .container,
.kj-navbar .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.kj-navbar {
    background-color: #ffffff;
    border-color: #ffffff;
    margin-bottom: 0px;
    border-width: 0px;
    font-size: 16px;
    color: #333;
}

    .kj-navbar .navbar-nav > li > a {
        padding-left: 30px;
        padding-right: 30px;
    }

.kj-banner {
    margin-top: 83px;
    border-top: 1px solid #cacaca;
    color: #dddddd;
    position:relative;
}

/*搜索*/
.kj-hzzs-site-top-search {
    margin-top: -44px;
    margin-left: 19%;
    position: absolute;
    z-index:100;
}
.kj-hzzs-searchbg {
    background-color: #3fbe72;
    height:90px;
    width:100%;
    border-radius:5px;
    box-shadow:0px 5px 20px rgba(63,190,114,.5);

}
@media(max-width:1827px) {
    .kj-hzzs-site-top-search {
        margin-left: 18%;
    }
}
@media(max-width:1768px) {
    .kj-hzzs-site-top-search {
        margin-left: 17%;
    }
}
@media(max-width:1740px){
    .kj-hzzs-site-top-search {
        margin-left: 16%;
    }

}
@media(max-width:1650px) {
    .kj-hzzs-site-top-search {
        margin-left: 14%;
    }
}
@media(max-width:1517px) {
    .kj-hzzs-site-top-search {
        margin-left: 11%;
    }
}
@media(max-width:1400px) {
    .kj-hzzs-site-top-search {
        margin-left: 7%;
    }
}
@media(max-width:1300px) {
    .kj-hzzs-site-top-search {
        margin-left: 4%;
    }
}
@media(max-width:1240px) {
    .kj-hzzs-site-top-search {
        margin-left: 1%;
    }
}
@media(max-width:1200px) {
    .kj-hzzs-site-top-search {
        margin-left: 9%;
    }
}
@media(max-width:1100px) {
    .kj-hzzs-site-top-search {
        margin-left: 5%;
    }
}
@media(max-width:1050px) {
    .kj-hzzs-site-top-search {
        margin-left: 3%;
    }
}
@media(max-width:1020px) {
    .kj-hzzs-site-top-search {
        margin-left: 1%;
    }
}
@media(max-width:998px) {
    .kj-hzzs-site-top-search {
        margin-left: 0%;
    }
}
@media(max-width:989px) {
    .kj-hzzs-site-top-search {
        margin-left: 11%;
    }
}
@media(max-width:908px) {
    .kj-hzzs-site-top-search {
        margin-left: 8%;
    }
}
@media(max-width:877px) {
    .kj-hzzs-site-top-search {
        margin-left: 6%;
    }
}
@media(max-width:827px) {
    .kj-hzzs-site-top-search {
        margin-left: 4%;
    }
}
@media(max-width:807px) {
    .kj-hzzs-site-top-search {
        margin-left: 2%;
    }
}
@media(max-width:780px) {
    .kj-hzzs-site-top-search {
        margin-left: 1%;
    }
}
@media(max-width:774px) {
    .kj-hzzs-site-top-search {
        margin-left: 0%;
    }
}

.kj-search-input {
    border-right: none;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    height: 37px;
    padding-left: 50px;
    background-color: #fff;
    background-position: 12px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    outline: none!important;
}
    .kj-search-input:focus {
        border-color: #fff;
    }

.kj-search-btn {
    background-color: #face0b;
    border: 1px solid #face0b;
    border-left: none;
    color: #333;
    font-size: 15px;
    border-radius: 0px;
    height: 38px;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    outline: none;
    font-weight: bold;
    padding: 6px 45px;
}

.kj-czake-index-input-group .kj-search-btn:focus, .kj-czake-index-input-group .kj-search-btn:hover {
    border-color: #face0b;
    background-color: #face0b;
    color: #333;
    
}

.kj-czake-indexsear {
    padding-top: 22px;
}

.kj-search-hotkwd {
    font-size: 12px;
    color: #999999;
    line-height: 30px;
}

    .kj-search-hotkwd p {
        font-size: 12px;
        color: #999999;
        line-height: 30px;
    }

    .kj-search-hotkwd a {
        color: #999999;
        padding-left: 5px;
        padding-right: 5px;
    }

        .kj-search-hotkwd a:hover {
            color: black;
            text-decoration: none;
        }

.kj-czake-index-input-group {   
    height: 38px;
    width: 90%;
    margin: auto;
    padding-top: 26px;
}


/* 首页公司简介 */
.kj-hzzs-containertop{
    margin-top:90px;
    margin-bottom:48px;
}
.kj-szet-companytop {
    margin-top: 54px;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #ddd;
}

.kj-szet-borderwidth {
    width: 80%;
    margin: 0px auto;
}

.kj-szet-companyname {
    font-size: 36px;
    color: #10b3f0;
    text-align: center;
    margin-bottom: 20px;
}

.kj-szet-companypic {
    margin-top: 52px;
    margin-bottom: 57px;
}

.kj-szet-default-company {
    margin-bottom: 20px;
}
/* 首页产品中心 */
.kj-szet-index-pro {
    margin-top: 61px;
    border-bottom: 1px solid #ddd;
}
/* 产品中心 */
.kj-yxdc-cpzx-text {
    font-size: 20px;
    color: #3fbe72;
    margin-top: 10px;
    font-weight: 600;
}

.kj-yxdc-cpzx-text1 {
    font-size: 14px;
    color:#666;
    border-bottom:1px dashed #ddd;
    padding-bottom:25px;
    margin-bottom:22px;
}

.kj-yxdc-cpzx-list.active, .kj-yxdc-cpzx-list.active:focus, .kj-yxdc-cpzx-list.active:hover {
    background-color: #11b3f0;
    border-color: #11b3f0;
    font-weight:800;
}

a.kj-yxdc-cpzx-list:hover, button.kj-yxdc-cpzx-list:hover {
    color: white;
    text-decoration: none;
    background-color: #11b3f0;
}

.kj-yxdc-cpzx-list:first-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.kj-yxdc-cpzx-list:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.kj-yxdc-cpzx-list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    height: 47px;
    line-height: 29px;
    border-radius: 5px;
}

a.kj-yxdc-cpzx-list, button.kj-yxdc-cpzx-list {
    color: #333333;
}

.kj-yxdc-cpzx-list a:focus,
.kj-yxdc-cpzx-list a:hover {
    color: white;
}

.kj-index-col {
    margin-bottom: 0px;
    border-width: 0px;
}

.kj-index-rec-th:hover {
    box-shadow: 0px 0px 10px rgba(200,200,200,.5);
}

.kj-index-rec-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-weight: 800;
    color: #333333;
}

    .kj-index-rec-text a {
        color: #333333;
    }

.kj-index-rec-price a {
    color: #d2a262;
    font-size: 14px;
}

.kj-index-col a > img, .kj-index-col > img {
    border-top: 2px solid #dbdbdb;
    transition: all 0.5s ease 0s;
}

.kj-szet-cpzx-col {
    border-top: 2px solid #3fbe72;
}

.kj-img-prin {
    width: 15px;
    height: 15px;
}

.kj-szet-cpzx-proinfo {
    line-height: 22pt;
}


.kj-szet-cpzx-tablebz {
    font-size: 14px;
    color: #e20c00;
    margin-bottom: 36px;
}

.kj-szet-cpzx-pro-top {
    margin-top:25px;
}
.kj-szet-cpzx-pro-top1 {
    margin-top: 20px;
}

.kj-bread-new .breadcrumb {
    font-size: 15px;
    margin-bottom: 0px;
    background-color: white;
    margin-top: -25px;
    font-weight: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: auto;
}


    .kj-bread-new .breadcrumb li span {
        color: #333;
    }

    .kj-bread-new .breadcrumb li a {
        color: #333;
    }
.kj-hzzs-bread-newtop{
    margin-top:85px;
}
.breadcrumb_home:before {
    content: "您当前的位置：";
    color: #333333;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #333;
    content: "›";
}
/* 详细产品 */
.kj-szet-cpzx-detail-proinfo {
    margin-top: 27px;
    margin-bottom:38px;
}

.kj-szet-detail-proname {
    white-space: nowrap;
    font-size: 14px;
    color: #666;
    line-height: 35px;
}

.kj-szet-detail-proname2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 35px;
}

.kj-szet-detail-cas {
    padding-bottom: 15px;
}

.kj-szet-detail-text {
    padding-bottom: 143px;
}

.kj-szet-detail-text2 {
    padding-top: 15px;
}

.kj-szet-detail-btn {
    margin-top: 17px;
}

.kj-szet-detail-btn-primary {
    font-size: 16px;
    background-color: #10b3f0;
    border-color: #10b3f0;
}

.kj-szet-detail-btn .btn {
    border-radius: 0px;
    width: 173px;
    height: 42px;
}

.kj-szet-detail-btn-primary:focus,
.kj-szet-detail-btn-primary:hover {
    background-color: #159fd3;
    border-color: #159fd3;
}

.kj-szet-btn-primary:active:focus, .kj-szet-detail-btn-primary:active:hover {
    background-color: #159fd3;
    border-color: #159fd3;
}

.kj-szet-detail-cpjs {
    font-size: 14px;
    color: #333333;
    line-height: 29px;
    padding-left:40px;
    padding-right:initial;
}

.kj-szet-detail-cpjs-text {
    font-weight: 600;
}

.kj-szet-detail-tablebz {
    font-size: 14px;
    color: #333;
    margin-bottom: 83px;
    background-color: #ebedec;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 33px;
    padding-right: 33px;
}
}

/* 动画 */
.header {
    position: fixed;
    width: 100%;
    background-color: white;
    top: 0;
    z-index: 5;
    height: 122px;
    transition: .2s all;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.125);
    box-shadow: 0 0 5px rgba(0,0,0,0.125);
}

.kj-nav-menulist .kj-topnav {
    transform: translateY(-100%);
}

.kj-navbar-box {
    transition: all 0.5s ease 0s;
    box-shadow: 3px 0px 15px rgba(150, 150, 150, 0.3);
}
.kj-small-header .kj-navbar-box {
    margin-top: -31px;
}

.kj-small-header {
    transition: all 0.5s ease 0s;
   height:91px;
}
/* .kj-szet-index-newitem .kj-szet-index-newitem-img {
    display: block;
    max-width: none;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.kj-szet-index-newitem .kj-szet-index-newitem-img img {
    position: absolute;
    min-width: 1000%;
    min-height: 1000%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    width: auto;
    max-width: none;
} */
.kj-szet-index-newitem-img {
    transition: all 0.5s ease 0s;
    background-size:100% !important;
}
.kj-szet-index-newitem-img:hover {
    background-size: 120% !important;
}
/*.kj-oo {
    transition: all 0.5s ease 0s;
    background-size: 100% !important;
}

    .kj-oo:hover {
        background-size: 120% !important;
    }*/
.kj-szet-index-newitem:after {
    transition: all 0.5s ease 0s;
    content: "";
    background-color: rgba(0,0,0,0);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.kj-szet-index-newitem:hover:after {
    content: "";
    background-color: rgba(0,0,0,0.5);
}

.kj-szet-index-newitem a {
    opacity: 1;
}

.kj-szet-index-newitem:hover a {
    opacity: 0;
    text-decoration: none;
}

    .kj-szet-index-newitem:hover a:after {
        width: 200px;
        opacity: 1;
    }

.kj-szet-index-newitem-img {
    z-index: 1;
}

    .kj-szet-index-newitem-img a {
        transition: all 0.5s ease 0s;
    }

.kj-szet-index-newitem a:after {
    content: "";
    display: block;
    transition: all 0.5s ease 0s;
    opacity: 0;
    margin: 10px auto;
    border-bottom: 1px solid #00eaff;
    height: 1px;
    width: 120px;
}

.kj-index-szet-btn .btn:focus, .kj-index-szet-btn .btn:hover {
    background-position: left bottom;
    color: white;
    border: #0277b5;
}

.kj-index-szet-btn .btn {
    background: linear-gradient(60deg,#0277b5 50%,#ffffff 50%) right bottom;
    background-size: 250% 100%;
    transition: all ease-out .3s;
}

.kj-szet-detail-btn .btn:focus, .kj-szet-detail-btn .btn:hover {
    background-position: left bottom;
}

.kj-szet-detail-btn .btn {
    background: linear-gradient(60deg,#0277b5 50%,#10b3f0 50%) right bottom;
    background-size: 250% 100%;
    transition: all ease-out .3s;
}

.kj-szet-index-media-left {
    overflow: hidden;
}

.kj-bigger {
    width: 100%;
    height: 100%;
    transition: transform 2s;
}

    .kj-bigger:hover {
        transform: scale(1.2, 1.2);
    }
/*联系我们*/
.kj-yxdc-lxwm-content {
    margin-top: 41px;
}

.kj-fa-phone {
    color: #aeb6be;
    font-size: 16px;
    margin-right: 16px;
}

.kjyxdc-lxwm-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 22px;
}


.kj-yxdc-lxwm-col {
    margin-bottom: 126px;
    margin-top: 26px;
}

/*新闻中心*/
.kj-new-media-list {
    padding-left:10px;
    padding-right:10px;
}

.kj-news-title > b > a {
    color: #333;
}

.kj-szet-default-newitem {
    margin-bottom: 36px;
}
/*促销产品*/
.kj-promote {
    padding-bottom: 15px;
}

.kj-desc {
    color: #333333;
    font-size: 20px;
    font-family: Regular;
    margin-top: 30px;
}

.kj-desc2 {
    color: #999;
    font-size: 14px;
    font-family: Regular;
    margin-top: 30px;
}

    .kj-desc2 a {
        color: #999;
    }

.kj-line {
    height: 2px;
    width: 100%;
    background-color: #095da7;
    margin: auto;
    margin-top: 64px;
}

.kj-index-thumbnail {
    border-radius: 0px;
    margin-bottom: 40px;
    padding: 8px;
    box-shadow: 0px 0px 10px rgba(200,200,200,.5);
    border-width: 0px;
    transition: all 0.5s ease 0s;
}

    .kj-index-thumbnail:hover {
        box-shadow: 0px 0px 20px rgba(56,53,53,.5);
    }

        .kj-index-thumbnail:hover .kj-btn-shop {
            background-color: #095da7;
            border-color: #095da7;
            color: #ffffff;
        }

.kj-index-pro-link {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
    line-height: 41px;
    font-size: 14px;
}

    .kj-index-pro-link a {
        color: #333333;
    }

.kj-index-pro-text {
    font-size: 12px;
    color: #666;
}

.kj-index-price {
    color: #ea0000;
    font-size: 16px;
    line-height: 40px;
}

.kj-fa-stack {
    color: #10b3f0;
}

.kj-btn-group {
    position: absolute;
    left: 43%;
    top: 58%;
    padding-top: 10px;
    text-align: center;
    margin: 0px auto;
}

    .kj-btn-group a {
        text-decoration: none;
    }

.kj-szet-index-procon {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 77px;
}
/* 首页新闻中心 */
.kj-szet-index-newtop {
    margin-top: 51px;
    border-bottom: 1px solid #ddd;
}

.kj-szet-index-newtime {
    font-size: 15px;
    color: #666666;
    margin-top: 44px;
    margin-bottom: 5px;
}

.kj-szet-index-newtime1 {
    font-size: 15px;
    color: #666666;
    margin-top: 56px;
    margin-bottom: 5px;
}

.kj-szet-index-newtitle {
    font-size: 22px;
    color: #333;
    margin-bottom: 22px;
}

    .kj-szet-index-newtitle a {
        color: #333;
        text-decoration: none;
    }

.kj-newitem-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    border: 2px solid #e9e7e7;
    border-radius:8px;
    /* overflow: hidden; */
}
.kj-product-szet-new{
    width:30%;
}
.kj-product-szet-new1 {
    width: 30%;
}

.kj-szet-index-newmediahead {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

    .kj-szet-index-newmediahead p {
        font-size: 14px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

.kj-szet-indexnew-btn {
    margin-top: 15px;
}

.kj-szet-btn-primary {
    background-color: #10b3f0;
    border-color: #10b3f0;
}

.kj-szet-indexnew-btn .btn {
    border-radius: 0px;
    width: 98px;
    height: 39px;
}


.kj-index-szet-btn {
    margin-top: 40px;
    margin-bottom: 54px;
    text-align: center;
}

    .kj-index-szet-btn .btn {
        font-size: 16px;
        /* border-color: #3e3b41; */
        width: 128px;
        height: 38px;
        border-radius: 0px;
    }

.kj-szet-indexnew-btn .btn:focus, .kj-szet-indexnew-btn .btn:hover {
    background-position: left bottom;
}

.kj-szet-indexnew-btn .btn {
    background: linear-gradient(60deg,#0277b5 50%,#10b3f0 50%) right bottom;
    background-size: 250% 100%;
    transition: all ease-out .3s;
}



/* 底部 */
.kj-position {
    margin-top: 28px;
}

.kj-szet-index-order-text {
    font-size: 18px;
    color: #017dc4;
    padding-bottom: 10px;
}

.kj-szet-indexbottom {
    background-color: #515151;
    padding-bottom: 28px;
    border-top: 4px solid #3fbe72;
}

.kj-szet-bottom-line {
    height: 54px;
    line-height: 54px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: white;
    background-color: #3e3b41;
}

    .kj-szet-bottom-line a {
        color: white;
    }



/*推荐产品*/

.kj-recommend {
    margin-bottom: 23px;
}


.kj-rec-desc > li > a {
    border-radius: 0px;

}

.kj-rec-desc {
    color: #000000;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 17px;
    border-bottom:none;
}

    .kj-rec-desc a {
        color: #333;
    }

        .kj-rec-desc a:hover {
            color: #095da7;
            text-decoration: none;
        }

.kj-rec-desc2 {
    color: #999;
    font-size: 14px;
    padding-top: 25px;
}

    .kj-rec-desc2 a {
        color: #999;
    }

.kj-index-col {
    margin-bottom: 0px;
    border-width: 0px;
}

.kj-index-rec-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    color: #333333;
    text-align: center;
}

    .kj-index-rec-text a {
        color: #333333;
    }

.kj-index-rec-price {
    color: #ea0000;
    font-size: 15px;
    text-align: center;
}

.kj-index-rec-th:hover {
    box-shadow: 0px 0px 10px rgba(200,200,200,.5);
}

.kj-index-rectab {
    width: 140px;
    text-align: center;
}

.kj-rec-desc > li.active > a, .kj-rec-desc > li.active > a:hover, .kj-rec-desc > li.active > a:focus {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    color: #fff;
    text-align: center;
    background-color: #3fbe72;
    border-radius: 12px;
    font-weight:bold;
}
.kj-hzzs-line{
    width:87%;
}
    .kj-hzzs-line.active > a, .kj-hzzs-line.active > a:hover, .kj-hzzs-line.active > a:focus {
        border-radius: 0px;
        margin-top: 20px;
        margin-left: -5px;
        padding: 0px;
        height: 3px;
    }
/*新闻资讯*/
.kj-new {
    padding-bottom: 15px;
    padding-top: 53px;
}

.kj-new-desc {
    color: #333333;
    font-size: 20px;
    font-family: Regular;
}

.kj-new-desc2 {
    color: #999;
    font-size: 14px;
    font-family: Regular;
}

    .kj-new-desc2 a {
        color: #999;
    }



.kj-new-col {
    margin-bottom: 20px;
    border-width: 0px;
    background-color: #f2f2f2;
    border-radius: 0px;
    height:475px;
}




.thumbnail .kj-new-col {
    padding-left: 0px;
    padding: 0px;
}





.kj-index-newpro-link {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    /* text-align: center; */
}

    .kj-index-newpro-link a {
        color: #333333;
    }

.kj-index-newpro-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
.kj-btn-shop {
    background-color: #3fbe72;
    border-color: #279453;
    color: #faa42d;
    margin: auto;
    width: initial;
    transition: all 0.5s ease 0s;
}
    .kj-btn-shop:focus,
    .kj-btn-shop:hover {
        background-color: #3fbe72;
        border-color: #279453;
    }

    .kj-index-newpro-text a {
        color: #999;
    }

.kj-index-newcontent {
    color: #999;
    font-size: 14px;
    font-family: Regular;
    margin-top: 40px;
    margin-bottom: 20px;
}

    .kj-index-newcontent a {
        color: #fff;
    }
.kj-new-col-image img{
    height:170px!important;
}
.kj-hzzs-index-yscp {
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 34px;
    padding-left:0px;
}
    .kj-hzzs-index-yscp li{
        border-bottom:1px dashed #ddd;
        list-style-type:none;
    }
    .kj-hzzs-index-yscp li i{
       color:#999;
    }

    .kj-hzzs-index-yscp li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        color: #333;
        text-decoration:none;
    }
.kj-hzzs-newitem-image-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
.kj-news-abstract {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.kj-news-abstract p{
    margin:0px;
}
.kj-news-abstract a{
    color:#666;
}
.kj-hzss-new-data{
    padding-top:20px;
}
.kj-hzzs-newcol{
    border-bottom:1px dashed #ddd;
}
/*订购指南*/
.kj-bz {
    margin-bottom: 20px;
    margin-top: 30px;
    background-color: white;
}

.kj-bz-po {
    float: left;
    width: 20%;
    vertical-align: middle;
}

.kj-intro {
    float: right;
    width: 80%;
    padding-top: 5px;
    padding-left: 15px;
}

.kj-index-bz-desc {
    font-size: 18px;
    color: #333333;
}

.kj-index-bz-desc1 {
    font-size: 14px;
    color: #666666;
}

.kj-orderbg {
    background-color: #f6f6f6;
    padding-bottom: 15px;
}

.kj-ordercontent {
    white-space: nowrap;
    padding-top: 28px;
    font-size: 14px;
    line-height: 24px;
    color: #ccc;
}

.kj-ordercontent a {
    color: #ccc;
}

.kj-index-order-text {
    font-size: 18px;
    color: #017dc4;
    padding-bottom: 6px;
}

/*底部*/
.kj-copy {
    text-align: center;
    line-height: 30px;
}

.kj-bottomcontent {
    font-size: 12px;
}

.kj-bottom-text {
    font-size: 13px;
    color: #eb0000;
    margin-top: -30px;
}

.kj-index-bottomimg {
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.kj-yxdc-hyzx-pag {
    text-align: center;
}
.kj-hzzs-footer-daoh{
    display:flex;
    list-style:none;
    padding-left:0px;
}
    .kj-hzzs-footer-daoh li:first-child a {
        padding-left: initial;
    }

.kj-hzzs-footer-daoh li a{
    padding-left:11px;
    padding-right:11px;
    border-right:1px solid #ccc;
}
.kj-hzzs-footer-daoh li:last-child a{
    padding-right:initial;
    border-right:none;
}
.kj-ordercontent div p{
    margin:0px;
}
/*悬浮*/
/*悬浮*/
.kj-float-code {
    position: absolute;
    top: 0px;
    right: 71px;
    background-color: #face0b;
    color: #000;
    display: none;
    padding: 8px;
    min-width: 100px;
}


.kj-connect-content:hover .kj-float-code {
    display: block;
}

.kj-float-qq-visble {
    background-color: #fff;
    color: #eb7a02;
    margin: 10px auto;
    border-radius: 20px;
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
    text-align: center;
}

.kj-content-box {
    position: absolute;
    top: 0px;
    right: 102%;
    background-color: #fff;
    color: #ffffff;
    display: none;
    padding: 10px;
    min-height: 60px;
    min-width: 190px;
    white-space: nowrap;
    border:1px solid #ddd;
}

    .kj-content-box a {
        color: #ffffff;
    }

.kj-connect-content:hover .kj-content-box,
.kj-connect-content:hover .kj-content-box-phone {
    display: block;
}

.kj-connect-content .fa-stack {
    border: 2px solid #ffffff;
    border-radius: 30px;
    overflow: hidden;
    line-height: 33px;
}

.kj-connect {
    position: fixed;
    top: 150px;
    right: 3px;
    z-index: 1000;
}
.kj-connect2 {
    position: absolute;
    bottom: 80px;
    right: 3px;
    z-index: 1000;
}

.kj-connect-content {
    height: 70px;
    width: 70px;
    text-align: center;
    position: relative;
    background-color:#808080;
    border: 1px solid #dadada;
    border-bottom: hidden;
}

    .kj-connect-content:hover {
        background: #face0b;
        border: #face0b;
    }



.kj-contenttext {
    font-size: 12px;
    color: white;
}


#kj-qq {
    font-size: 22px;
    margin-top: 17px;
    color: white;
}

#kj-phone {
    font-size: 22px;
    margin-top: 17px;
    color: white;
}

#kj-qr {
    font-size: 22px;
    margin-top: 17px;
    color: white;
}

#kj-up {
    font-size: 25px;
    padding-top: 10px;
    color: white;
}

.kj-connect-con {
    height: 160px;
    width: 65px;
    text-align: center;
    position: relative;
    /* background-color: #dff0f8;
    border: 1px solid #697a82; */
    margin-bottom: 17px;
}

.kj-index-connect-con {
    margin-top: 8px;
    font-size: 15px;
}


.kj-connect-content1 {
    height: 51px;
    width: 51px;
    text-align: center;
    position: relative;
    background-color: #a8a8a8;
    border: 1px solid #dadada;
}

    .kj-connect-content1:hover {
        background: #face0b;
        border: #face0b;
    }

        .kj-connect-content1:hover #kj-qr {
            color: white;
        }

        .kj-connect-content1:hover .kj-contenttext {
            color: white;
        }

.kj-content-box-phone {
    position: absolute;
    top: 0px;
    right: 102%;
    background-color: #face0b;
    color: #ffffff;
    display: none;
    padding: 10px;
    padding-top:15px;
    min-height: 70px;
    min-width: 190px;
    white-space: nowrap;
}
.kj-floatbar-qq-col {
    border: 1px solid #afc6e7;
    border-radius: 2px;
    width: 72px;
    padding-left: 5px;
    margin: 10px 0px 0px 15px;
    background-image: url(../images/top_nav_bg.png);
    background-repeat: repeat-x;
}
.kj-floatbar-qq-col a{
    color:#1a649d;
}

.kj-hzzs-site-qq-row{
    padding:8px 0px 20px 0px; 
}
.kj-bjhz-footbottom-train1 {
    margin: 0px auto;
    position: absolute;
    bottom: 18px;
    right: 70px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #5a5555;
    z-index: 9999;
}

.kj-conntent-detail {
    position: absolute;
    top: 0px;
    right: 64px;
    width: 135px;
    padding: 6px;
    background-color: #fff;
    display: none;
    border: 1px solid #eb7a02;
    background-color: #fff;
}

.kj-connect .kj-connect-content .kj-contenttext:focus .kj-conntent-detail,
.kj-connect .kj-connect-content .kj-contenttext:hover .kj-conntent-detail {
    display: block;
}

.kj-index-logo {
    text-align: center;
    margin: auto;
    margin-top: 11px;
}

.kj-connect-con .btn-default {
    background-color: rgba(255,255,255,.8);
    border-color: #6b7a83;
}

.kj-connect-con .open > .dropdown-toggle.btn-default:focus,
.kj-connect-con .open > .dropdown-toggle.btn-default:hover {
    background-color: rgba(255,255,255,.8);
    border-color: #6b7a83;
}

.kj-yxdc-index-nav-menulist > .dropdown .dropdown-menu {
    top: 0px;
    left: 0%;
}

.kj-yxdc-index-nav-menulist > .dropdown > .dropdown-menu {
    top: 0%;
    left: -127%;
}

.kj-index-dropup .dropdown-menu {
    top: auto;
    bottom: 0%;
    margin-bottom: 2px;
    left: -247%;
}

.kj-yxdc-index-connect-drop {
    padding: 0px;
}

    .kj-yxdc-index-connect-drop > li > a {
        line-height: 34px;
        text-align: center;
    }

        .kj-yxdc-index-connect-drop > li > a:focus, .kj-yxdc-index-connect-drop > li > a:hover {
            color: white;
            background-color: #d2a262;
        }

.kj-index-dropup .kj-index-yxdc-drop-menu {
    top: auto;
    bottom: -207%;
    left: -102%;
}

.kj-index-yxdc-drop-menu {
    padding: 0px;
}

    .kj-index-yxdc-drop-menu li a {
        text-align: center;
        line-height: 34px;
    }

    .kj-index-yxdc-drop-menu > li > a:focus, .kj-index-yxdc-drop-menu > li > a:hover {
        color: white;
        text-decoration: none;
        background-color: #d2a262;
    }



/*detail页面*/
.kj-detail-desc {
    height: 55px;
    border-top: 1px solid #c0c0c0;
    line-height: 55px;
    font-size: 14px;
    color: #333;
}
/*按钮部分*/
.kj-detail-navbar .container,
.kj-detail-navbar .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.kj-detail-navbar {
    background-color: #ffffff;
    border-color: #ffffff;
    margin-bottom: 0px;
    border-width: 0px;
    font-size: 16px;
    color: #333;
}

    .kj-detail-navbar .navbar-nav > li > a {
        padding-right: 40px;
    }

/*甲醇部分*/

.kj-detail-spe-col {
    border-width: 0px;
}

.kj-spe-position .thumbnail > img {
    margin-left: 0px;
    margin-top: 0px;
}

.kj-detail-spe-contentbox {
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 17px;
}

.kj-detail-spe-desc {
    font-size: 16px;
}

.kj-detail-spe-contentbox1 {
    font-size: 14px;
    color: #333;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 23px;
}

.kj-detail-space {
    padding-top: 19px;
}

.kj-detail-spe-contentbox1 .kj-detail-specon-text {
    padding-left: 45px;
}

.kj-detail-spe-contentbox1 .kj-detail-specon-text1 {
    padding-top: 60px;
    padding-left: 200px;
}

.kj-detail-spe-content1 {
    padding-top: 15px;
}

.kj-btn-hot-shop {
    background-color: #186ab3;
    border-color: #186ab3;
    width: 100px;
    border-radius: 5px;
}
/*货号表格*/
.kj-detail-artno-table th {
    background-color: #f4f4f4;
    font-size: 12px;
}

.kj-detail-artno-table {
    border: 1px solid #e6e8e9;
    margin-top: 5px;
}

.kj-detail-artno-alt {
    color: #e3150a;
}

.kj-detail-artno-num-box {
    text-align: center;
    margin: auto;
}

.kj-detail-artno-num-input {
    width: 32px;
    text-align: center;
}

.kj-btn-minus {
    background-color: white;
    border: 1px solid #dcdcdc;
}

.kj-btn-plus {
    background-color: white;
    border: 1px solid #dcdcdc;
}


#kj-cart-full {
    font-size: 20px;
}

/*导航产品详情*/
.kj-detail-probg {
    background-color: #f5f5f5;
    font-size: 16px;
    border: 1px solid #e5e5e5;
}

    .kj-detail-probg a {
        color: #333;
    }

        .kj-detail-probg a:hover {
            color: #0a5ea7;
        }

.kj-detail-navtable {
    font-size: 14px;
    color: #666;
    padding-top: 30px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-top: hidden;
}

.kj-detail-nav-ta-content > tbody > tr > td {
    text-align: center;
    height: 110px;
    padding-top: 55px;
    kj-newitem-image font-size: 14px;
    color: #333333;
    border: 1px solid #cccccc;
}

.kj-detail-nav-ta-content > thead > tr > th {
    text-align: center;
    font-size: 14px;
    color: #333333;
    border: 1px solid #cccccc;
}


.kj-detail-nav-ta-content > tbody > tr > td a {
    color: #333333;
    text-decoration: none;
}

.kj-detail-nav-ta-content > thead {
    background-color: #dddddd;
}

    .kj-detail-nav-ta-content > thead > tr:focus,
    .kj-detail-nav-ta-content > thead > tr:hover {
        background-color: #dddddd;
    }

.kj-detail-nav-ta-content tr:focus,
.kj-detail-nav-ta-content tr:hover {
    background-color: #f4f4f4;
}

.kj-detail-item1 {
    white-space: nowrap;
    width:10%;
}

.kj-detail-navtab {
    width: 200px;
    text-align: center;
}

.kj-detail-probg > li.active > a:focus, .kj-detail-probg > li.active > a:hover {
    color: #0a5ea7;
}
/*相关产品*/
.kj-detail-relatepro {
    height: 75px;
    font-size: 20px;
    color: #333;
    padding-top: 40px;
}

.kj-detail-relate-pro-thumbnail {
    border: 0px;
}

.kj-detail-promotion .swiper-button-prev,
.kj-detail-promotion .swiper-button-next {
    color: #9a9a9a;
}

.swiper-button-prev {
    left: 0 !important;
}

.swiper-button-next {
    right: 0 !important;
}

.kj-detail-promotion {
    position: relative;
}

/* biology页面 */
/* biology页面分类 */
.kj-biology-sort {
    font-size: 12px;
    color: #333;
}


.kj-biology-sort-desc {
    color: #999;
}

.kj-biology-sort-desc1 {
    background-color: #0a5ea7;
    color: white;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px;
}

.kj-biology-sort-desc2 {
    padding-right: 25px;
}

    .kj-biology-sort-desc2 a {
        color: #333;
    }

.fa-angle-double-down {
    font-size: 15px;
    color: #0a5ea7;
}

.kj-biology-sort-con {
    border: 1px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px;
}

.kj-biology-sort-con1 {
    border: 1px solid #d9d9d9;
    border-top: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px;
}

.kj-product-fliter {
    border: 1px solid #ddd;
    border-top: 2px solid #ddd;
}

.kj-filter-col {
    border-bottom: 1px solid #ddd;
}

.kj-product-fliter th {
    font-weight: normal;
    font-size: 12px;
    color: #999;
    padding: 10px;
}

.kj-product-fliter td {
    font-size: 12px;
    vertical-align: middle;
    padding: 10px;
}

    .kj-product-fliter td a {
        display: block;
        float: left;
        padding: 2px 10px;
        margin: 3px 10px;
    }

.kj_jgigjik {
    height: 25px;
    overflow: hidden;
}

.kj-product-fliter td a.kj_product_show1 {
    float: right;
    color: #0a5ea7;
}


.kj-product-fliter a {
    color: #333333;
}

.kj_jgigjik a.active {
    background-color: #0a5ea7;
    color: #fff;
}

/* 甲醛 */
.kj-biology-formalin {
    margin-top: 21px;
}

.kj-biology-formalin-mb {
    font-size: 14px;
    color: #999999;
    padding-left: 35px;
}

.kj-biology-formalin-media {
    font-size: 16px;
    color: #333333;
}

.kj-biology-formalin-media-text {
    padding-left: 25px;
}

.kj-biology-formalin-media-text1 {
    padding-left: 25px;
}


.kj-biology-formalin-main {
    border: 1px solid #d9d9d9;
    padding: 25px;
}

.kj-biology-formalin .media-object {
    padding-left: 32px;
}

.kj-biology-formalin-second {
    font-size: 12px;
    padding: 25px;
    border: 1px solid #d9d9d9;
}

.kj-biology-formalin-desc {
    color: #0a5ea7;
    padding-right: 35px;
}

.fa-plus-square {
    color: #0a5ea7;
}

.kj-biology-formalin-table {
    background-color: #f9f9f9;
    margin-top: 15px;
}

.kj-biology-formalin-third {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-top: 16px;
    padding-bottom: 16px;
}

.kj-biology-formalin-forth {
    border-bottom: 1px solid #ededed;
    padding-top: 16px;
    padding-bottom: 16px;
}

.kj-biology-formalin-fifth {
    padding-top: 16px;
}

/* 甲醇钠 */
.kj-biology-sodium {
    margin-top: 21px;
}

.kj-biology-sodium-second {
    font-size: 12px;
    border: 1px solid #d9d9d9;
    padding: 25px;
}

.kj-biology-sodium-third {
    font-size: 12px;
    border: 1px solid #d9d9d9;
    border-top: hidden;
    padding: 25px;
}
/* 分页 */
.kj-biology-pagin-main {
    margin-right: 12px;
    border-radius: 5px;
    color: #666;
    font-size: 14px;
}

.kj-biology-pagin-text > li > a {
    color: #666;
}

    .kj-biology-pagin-text > li > a:focus,
    .kj-biology-pagin-text > li > a:hover {
        color: white;
        background-color: #095da7;
    }

/* 更多下拉 */
.kj-section {
    height: 50px;
    font-size: 12px;
    overflow: hidden;
    -webkit-transition: .35s;
    transition: .35s;
    border: 1px solid #ddd;
}

.kj-section1 {
    height: 50px;
    font-size: 12px;
    overflow: hidden;
    -webkit-transition: .35s;
    transition: .35s;
    border: 1px solid #ddd;
    border-top: hidden;
}

.kj-title {
    padding: 25px;
    cursor: pointer;
    width: 100%;
    text-transform: capitalize;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 10;
    margin-top: -10px;
}

.open .kj-title:before {
    height: 0;
}

.kj-body {
    padding: 20px 20px 40px;
    color: #777;
    -moz-transform: translateY( -100% );
    -ms-transform: translateY( -100% );
    -webkit-transform: translateY( -100% );
    transform: translateY( -100% );
    overflow: hidden;
    -webkit-transition: .35s;
    transition: .35s;
}

.kj-section.open {
    height: 220px;
}

.kj-section1.open {
    height: 220px;
}

.open .kj-body {
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
}

.kj-biology-formalin-table1 {
    background-color: #f9f9f9;
}

/* search页面 */
.kj-search-desc {
    font-size: 24px;
    color: #0a5ea7;
    padding-bottom: 16px;
}
/*产品列表*/
.kj-pro-list-item {
    border: 1px solid #dddddd;
    background-color: #fff;
    margin-bottom:18px;
}
.kj-hzzs-product-col{
    margin-top:15px;
}
.kj-pro-list-item:hover {
    box-shadow: 0px 0px 10px rgba(100,100,100,.5);
    transition: all 0.5s ease 0s;
}
.kj-pro-list-item a {
    color: #666666;
}

.kj-pro-list-item .kj-pro-list-item-img {
    overflow: hidden;
}

    .kj-pro-list-item .kj-pro-list-item-img a {
        display: block;
        line-height: 170px;
        vertical-align: middle;
        text-align: center;
    }

    .kj-pro-list-item .kj-pro-list-item-img img {
        max-width: 95%;
        max-height: 170px;
    }

.kj-pro-list-item .kj-pro-list-item-summary {
    padding: 0px 10px 10px 10px;
}



.kj-pro-list-item-name {
    font-size: 14px;
    color: #333;
    height: 29px;
    overflow: hidden;
}

.kj-pro-list-item-cas {
    height: 42px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top:15px;
}
.kj-pro-list-item-cas a{
    color:#333;
}
.kj-pro-list-item-cas1 {
    height: 30px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .kj-pro-list-item-cas1 a {
        color: #333;
    }



.kj-pro-list-item {
    color: #666666;
}
.kj-new-col-image1 {
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.kj-pro-list-item-img {
    position: relative;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #3fbe72;
    border-color: #3fbe72;
}

.pagination > li > a,
.pagination > li > span {
    color: #333;
}
.pagination > li a, .pagination > li span {
    margin-left: 5px;
    margin-right: 5px;
    border-radius:4px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
    margin-left:0px;
    margin-right:5px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-left: 5px;
    margin-right: 0px;
}

/*end 产品列表*/


/*产品详情*/
.kj-hzzs-proinfo-topcol{
    padding-left:30px;
}
/*end产品详情*/













